home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / xprd / src / xpr.h < prev    next >
Text File  |  1995-11-05  |  161b  |  10 lines

  1. /*
  2.     Protos for XPR
  3. */
  4. int xprinit(char*);
  5. int xprsend(void);
  6. int xprreceive(void);
  7. void xprclose(void);
  8.  
  9. void __stdargs plog(char,char*,long arg1,long arg2);
  10.